home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00578.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  225 b   |  19 lines

  1. on enterFrame
  2.   case rollOver() of
  3.     2:
  4.       go("front1")
  5.     3:
  6.       go("front2")
  7.     4:
  8.       go("front3")
  9.     5:
  10.       go("front4")
  11.     otherwise:
  12.       go("frontPage")
  13.   end case
  14. end
  15.  
  16. on exitFrame
  17.   go(the frame)
  18. end
  19.